From d8abcdb5a1a33f9d6724dfd7d165167f234f506a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 12 Jul 2020 10:26:34 -0400 Subject: [PATCH] Remove unused includes Only GtkFileChooserWidget and GtkFileChooserDialog use the GtkFileChooserEmbed interface. --- gtk/gtkfilechoosernative.c | 1 - gtk/gtkfilechoosernativeportal.c | 1 - gtk/gtkfilechoosernativequartz.c | 1 - gtk/gtkfilechoosernativewin32.c | 1 - gtk/gtknativedialog.c | 1 - 5 files changed, 5 deletions(-) diff --git a/gtk/gtkfilechoosernative.c b/gtk/gtkfilechoosernative.c index d157dfa002..6755eb90d7 100644 --- a/gtk/gtkfilechoosernative.c +++ b/gtk/gtkfilechoosernative.c @@ -28,7 +28,6 @@ #include "gtkfilechooserwidget.h" #include "gtkfilechooserwidgetprivate.h" #include "gtkfilechooserutils.h" -#include "gtkfilechooserembed.h" #include "gtksizerequest.h" #include "gtktypebuiltins.h" #include "gtkintl.h" diff --git a/gtk/gtkfilechoosernativeportal.c b/gtk/gtkfilechoosernativeportal.c index 1aafd3d9fc..e06d8678fb 100644 --- a/gtk/gtkfilechoosernativeportal.c +++ b/gtk/gtkfilechoosernativeportal.c @@ -28,7 +28,6 @@ #include "gtkfilechooserwidget.h" #include "gtkfilechooserwidgetprivate.h" #include "gtkfilechooserutils.h" -#include "gtkfilechooserembed.h" #include "gtksizerequest.h" #include "gtktypebuiltins.h" #include "gtkintl.h" diff --git a/gtk/gtkfilechoosernativequartz.c b/gtk/gtkfilechoosernativequartz.c index 1726942b97..847a461536 100644 --- a/gtk/gtkfilechoosernativequartz.c +++ b/gtk/gtkfilechoosernativequartz.c @@ -28,7 +28,6 @@ #include "gtkfilechooserwidget.h" #include "gtkfilechooserwidgetprivate.h" #include "gtkfilechooserutils.h" -#include "gtkfilechooserembed.h" #include "gtksizerequest.h" #include "gtktypebuiltins.h" #include "gtkintl.h" diff --git a/gtk/gtkfilechoosernativewin32.c b/gtk/gtkfilechoosernativewin32.c index 9b43506042..68076989fc 100644 --- a/gtk/gtkfilechoosernativewin32.c +++ b/gtk/gtkfilechoosernativewin32.c @@ -34,7 +34,6 @@ #include "gtkfilechooserwidget.h" #include "gtkfilechooserwidgetprivate.h" #include "gtkfilechooserutils.h" -#include "gtkfilechooserembed.h" #include "gtksizerequest.h" #include "gtktypebuiltins.h" #include "gtkintl.h" diff --git a/gtk/gtknativedialog.c b/gtk/gtknativedialog.c index 1ba13798c5..eed21777fd 100644 --- a/gtk/gtknativedialog.c +++ b/gtk/gtknativedialog.c @@ -27,7 +27,6 @@ #include "gtkfilechooserwidget.h" #include "gtkfilechooserwidgetprivate.h" #include "gtkfilechooserutils.h" -#include "gtkfilechooserembed.h" #include "gtksizerequest.h" #include "gtktypebuiltins.h" #include "gtkintl.h" -- 2.30.2